|
Oracle® Rules Palette Release 9.1.0.0.0 E15811-01 |
This business rule is used primarily to validate whether the specified role codes exist on the policy or not. Apart from that, this business rule is used to verify whether certain fields are empty or not and to process the validations for the specified roles.
|
Element/Tag |
Definition |
Attribute |
Element/Attribute Value and Description |
|
<RolesExist> |
The opening and closing tag for the business rule. |
|
This rule is generally
attached to the following transactions: Processing these transactions performs the validations on this business rule. |
|
<Role> |
Required
element; |
|
|
|
<RoleCode> |
Required
element; |
|
Required
Value; |
|
<FieldsExist> |
Optional
element; |
|
|
|
<Field> |
Required
element; |
|
Required
value; |
|
GROUP |
Required
attribute; | ||
|
DISPLAY |
Required
attribute; |
<RolesExist>
<Role>
<RoleCode>01</RoleCode>
<FieldsExist>
<Field GROUP="Client" DISPLAY="SSN/TIN">TaxID</Field>
<Field GROUP="Client" DISPLAY="DOB">DateOfBirth</Field>
</FieldsExist>
</Role>
<Role>
<RoleCode>23</RoleCode>
</Role>
<Role>
<RoleCode>37</RoleCode>
</Role>
<Role>
<RoleCode>82</RoleCode>
</Role>
</RolesExist>
<RolesExist>
<Role>
<RoleCode/>
<FieldsExist>
<Field GROUP="" DISPLAY=""/>
<Field GROUP="" DISPLAY=""/>
</FieldsExist>
</Role>
<Role>
<RoleCode/>
</Role>
<Role>
<RoleCode/>
</Role>
<Role>
<RoleCode/>
</Role>
</RolesExist>